Show:

ia.ChartTip Class

Module: ia

Creates a data tip.

Constructor

ia.ChartTip

()

Item Index

Methods

getHeight

() Number

Returns the height of the tip container.

Returns:

Number: The height.

getWidth

() Number

Returns the width of the tip container.

Returns:

Number: The width.

hide

()

Hides the tip.

position

(
  • x
  • y
)

Positions the tip.

Parameters:

  • x Number

    The x position relative to the container.

  • y Number

    The y position relative to the container.

show

()

Shows tip.

text

(
  • text
)

Sets the text.

Parameters:

  • text String

    The text.